home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / tnywall7.zip / WALL.DOC < prev    next >
Text File  |  1997-05-26  |  6KB  |  174 lines

  1.         Wall of Babble 1.7  May 26/1997 
  2.  
  3. Features:
  4. ---------
  5. ·Supports ALL com ports & irq's (Fossil Driver req'ed)
  6. ·Locked baud rates up to 115,200bps!
  7. ·ANSi Emulation built-in! (ansi.sys not needed under any circumstances)
  8. ·DOOR.SYS and Dorinfo#.DEF Support!
  9. ·DesqView, OS/2, Windows, and Dos time slicing routines.
  10.  Native DOS and OS/2 versions.
  11.  
  12. Disclaimer
  13. ----------
  14. This program will probably only take up room on your hard drive.
  15. It works on my system, but then it would wouldn't it?  It's free so don't
  16. expect any great examples of programming skill.  
  17.  
  18. Minimum System:
  19. ---------------
  20. If you can run a BBS you can run this door.  If it claims your
  21. out of memory, have your BBS software swap itself out of memory before
  22. launching this door.
  23.  
  24. How to Use:
  25. -----------
  26. Running in Local Mode: use the /L Switch ie: WALL /L
  27.  
  28.        (1)Unzip to a directory. It's own is best.
  29.        (2)Edit the wall.cfg file to suit your needs.
  30.  
  31. For use with Telegard:
  32. ----------------------
  33. Create a batch file. Here's what I use:
  34.  
  35.         d:
  36.         cd\telegard\doors\tnywall
  37.         wall.exe /N%1 /Dd:\telegard\temp%1\door.sys
  38.  
  39. In Telegard my command line looks like this:
  40.  d:\telegard\doors\tnywall\tnywall.bat ~CN
  41.  
  42. For use with RemoteAccess:
  43. --------------------------
  44.  
  45. Use the Type 7 action command, using the following for the Option Data:
  46.  
  47. For multinode systems:
  48.  
  49.  D:\RA\WALL\WALL.EXE /N*N /DD:\RA\NODE*N
  50.  
  51. For regular system:
  52.  
  53.  D:\RA\WALL\WALL.EXE /DD:\RA
  54.  
  55. For Use with Maximus/2:
  56. -----------------------
  57.  
  58.         DisplayFile    misc/doorsys        Normal    "Wall of Babble"
  59. NoDisp  XTERN_OS2  D:\MAX\DOORS\WALL\WALL.CMD_%k_%P  Normal  "W"
  60.  
  61.    wall.cmd 
  62.    --------
  63.    cd\max\doors\wall
  64.    copy d:\max\node%1\door.sys
  65.    wall2.exe /N%1 /H%2
  66.  
  67.   The /H%2 is the 'Hot' Com port handle that OS/2 uses.
  68.  
  69. Parameters
  70. ----------
  71. This is a list of Parameters that can be used.
  72. /N# - # is the node number, ex. door.exe /N1
  73. /B# - Sets the locked baud rate to #, ex. door.exe /B57600
  74. /D? - The path to where the Drop file may be found, ex. door.exe /Dc:\bbs
  75. /L  - This allows you to run the door in Local mode.
  76. /?  - Display's command line parameters
  77. /H# - For passing a HOT com handle to the Door.
  78. -----------------------------------------------------------------------------
  79.  
  80. Structure of the config file.
  81. -----------------------------
  82. The config file is just a standard text file, with the following lines in
  83. it.  For reference, i've included a sample config file named 'WALL.CFG'
  84. to get you started.
  85.  
  86. Line #1 - The name of the BBS
  87. Line #2 - Sysop's name (first/last)
  88. Line #3 - drop file type ("door.sys" for door.sys systems, "dorinfo.def" for
  89.           dorinfo#.def systems)
  90. Line #4 - The locked baud rate.  If none, then set this to 0.
  91.  
  92. Features to be added:  
  93. ---------------------
  94. Write me, if you want anything added, changed or have found a bug.  PLEASE.
  95.  
  96. Credits: 
  97. --------
  98. Thanks to Forrest Boomer for yelling at me loud enough to convince me to
  99. scrap QuickBasic. <G> (He still yells at me for not using C but....)
  100.  
  101. Thanks to David Bate for some great ideas!
  102.  
  103. Lots of thanks to Enigma for 1) Writing the Edoor Library 
  104.                      2) Helping me learn Pascal! <G>
  105.                  3) Fixing my screwed up Code! 
  106.  
  107. History:
  108. --------
  109.      05/26/97 - Version 1.7
  110.     - Scrapped that Clrscr when entering a new babble
  111.     - Scrapped that ClrScr when Displaying a new babble
  112.      - Users can now look up spelling of names and or remember what
  113.        they were talking about. <G>
  114.      05/01/97 - Version 1.6b
  115.     - Messed up on my Lord/Pipe bit, if user didn't use a color code
  116.       a blank line was saved.  Fixed.
  117.      04/30/97 - Version 1.6
  118.     - Added LORD Colour Codes.
  119.     - The wall will now accept both lord and Pipe codes. *BUT* not in
  120.       the same babble.
  121.     - I'm sooooooo sick of this door. <Grin>  I believe it's stable now,
  122.       and has as many features as users on my system have requested.
  123.       Send me your Bugs / comments please.  
  124.  
  125.      04/22/97 - Version 1.5
  126.     - Removed lightbars from DOS version so my code could be modular.
  127.     - Now waits for ONLY a Y or N from user when asking to save.
  128.     - FINALLY got rid of the ascii garbage.  Thanks Enigma! :)
  129.        Appears I was using a color code that didn't exist. <Cough> never
  130.       thought to look for something so simple. 
  131.  
  132.      04/15/97 - Version 1.4
  133.     - Never Released this version. 
  134.     - Sigh.  Man did I ever screw up version 1.3!  I compiled it using the
  135.       wrong unit, messed up the docs (Worse then they are now), compiled
  136.       the wrong version of the wall.  Geeze, I need a beta tester. :)
  137.     - DOCS have been added to a little bit by David Bate, Thanks!!
  138.     - See the updates for 1.3, that's what is done in this version. <G>
  139.     
  140.      04/11/97 - Version 1.3d
  141.     - Fixed the High Ascii garbage that showed up when adding a new
  142.       babble to the wall.  Forgot to Init a string. <Cough>
  143.     - While I was at it, I updated everything to the proper version
  144.       number. 
  145.  
  146.          03/18/97 - Version 1.1d
  147.         - Users can now use Pipe codes to change color in the wall.
  148.     - Added help for colors to the about screen
  149.     - Fixed a display bug.
  150.     - Added a much better border - Drawn by "Acid" the guy, not group.
  151.  
  152.          03/07/97 - Version 1.0d (First version ever :) )
  153.    Scrapped all versions older then this one, They were in QB4.5 and didn't
  154.    work anyway. <Cough>
  155.         - Hey, It works.  Lemmie know what bugs you guys find, I couldn't
  156.       find any myself but I know someone will. <G>
  157.  
  158. Contacting me:
  159. --------------
  160.    This door is Free, but if you want to send some money or just say Hi, you
  161. can reach me one of the following ways:
  162.  
  163.  Tiny's BBS      - (905)723-1575      or    Telnet: tinys.oix.com
  164.  World Wide Wait - http://tinys.oix.com     FTP   : tinys.oix.com
  165.  Email:   tiny@tinys.oix.com or tiny@oix.com 
  166.  FidoNet: 1:229/452.0   Powernet: 78:100/400.0 
  167.  
  168. You read this far!?  Wow...  As you can see I stink at writing DOCS.  Anyway,
  169. look for the new version of my BBS lister door with so many new features it'll
  170. knock your socks off!
  171. Also, I've recently written a LORD IGM, if any of you have seen it on my 
  172. system and want it fire off a message.  It's not a general realise as it's
  173. based on a user within the Oshawa area.
  174.